aboutsummaryrefslogtreecommitdiffstats
path: root/diffcore-rotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'diffcore-rotate.c')
0 files changed, 0 insertions, 0 deletions
4-10-21 11:01:18 -0700'>2014-10-21transport: free leaking head in transport_print_push_status()Stefan Beller1-0/+1 2014-10-20Update draft release notes to 2.2Junio C Hamano1-5/+17 2014-10-20Revert "archive: honor tar.umask even for pax headers"Junio C Hamano2-7/+2 2014-10-19core.filemode may need manual actionTorsten Bögershausen1-6/+19 2014-10-19doc: fix 'git status --help' character quotingPhilip Oakley1-2/+2 2014-10-19t1304: Set LOGNAME even if USER is unset or nullW. Trevor King1-1/+1 2014-10-19Handle atexit list internaly for unthreaded buildsEtienne Buira4-10/+47 2014-10-19use env_array member of struct child_processRené Scharfe5-38/+25 2014-10-19run-command: add env_array, an optional argv_array for envRené Scharfe3-1/+13 2014-10-19pack-objects: turn off bitmaps when we split packsJeff King2-0/+10 2014-10-16gitweb: use start_form, not startform that was removed in CGI.pm 4.04Roland Mas1-2/+2 2014-10-16t7610-mergetool: add test cases for mergetool.writeToTempDavid Aguilar1-0/+23 2014-10-16mergetool: add an option for writing to a temporary directoryDavid Aguilar2-4/+37 2014-10-16mergetool: use more conservative temporary filenamesDavid Aguilar1-5/+11 2014-10-16test-lib-functions: adjust style to match CodingGuidelinesDavid Aguilar1-12/+18 2014-10-16t7610-mergetool: use test_config to isolate testsDavid Aguilar1-5/+3 2014-10-16mergetools/meld: make usage of `--output` configurable and more robustDavid Aguilar2-2/+16 2014-10-15contacts: add a Makefile to generate docs and installSebastian Schuberth2-0/+74 2014-10-15subtree: add an install-html targetSebastian Schuberth2-3/+9 2014-10-15difftool: don't assume that default sh is saneCharles Bailey2-5/+5 2014-10-15mergetool: don't require a work tree for --tool-helpCharles Bailey1-1/+4 2014-10-15git-sh-setup: move GIT_DIR initialization into a functionDavid Aguilar1-2/+6 2014-10-15mergetool: use more conservative temporary filenamesDavid Aguilar1-5/+11 2014-10-15test-lib-functions: adjust style to match CodingGuidelinesDavid Aguilar1-12/+18 2014-10-15t7610-mergetool: prefer test_config over git configDavid Aguilar1-11/+9 2014-10-15t7610-mergetool: add missing && and remove commented-out codeDavid Aguilar1-8/+2 2014-10-15t7610-mergetool: use tabs instead of a mix of tabs and spacesDavid Aguilar1-459/+459 2014-10-15ref_transaction_commit: bail out on failure to remove a refJonathan Nieder1-2/+6 2014-10-15lockfile: remove unable_to_lock_errorJonathan Nieder2-11/+0 2014-10-15refs.c: do not permit err == NULLJonathan Nieder1-19/+27 2014-10-15remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg1-4/+11 2014-10-15for-each-ref: skip and warn about broken ref namesRonnie Sahlberg1-0/+5 2014-10-15refs.c: allow listing and deleting badly named refsRonnie Sahlberg5-38/+273 2014-10-15test: put tests for handling of bad ref names in one placeRonnie Sahlberg3-74/+84 2014-10-15packed-ref cache: forbid dot-components in refnamesJonathan Nieder2-16/+4 2014-10-15branch -d: simplify by using RESOLVE_REF_READINGRonnie Sahlberg1-3/+4 2014-10-15branch -d: avoid repeated symref resolutionJonathan Nieder6-3/+68