summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add functions git_config_set() and git_config_set_multivar()Johannes Schindelin2005-11-192-1/+295
* Decide whether to build http-push in the MakefileNick Hengeveld2005-11-192-12/+6
* http.c: reorder to avoid compilation failure.Junio C Hamano2005-11-191-36/+35
* http-push memory/fd cleanupNick Hengeveld2005-11-191-3/+14
* Improve XML parsing in http-pushNick Hengeveld2005-11-191-156/+163
* Improve pack list response handlingNick Hengeveld2005-11-191-2/+10
* Make http-fetch request types more clearNick Hengeveld2005-11-191-136/+139
* Isolate shared HTTP request functionalityNick Hengeveld2005-11-195-976/+635
* merge-recursive::removeFile: remove empty directoriesJunio C Hamano2005-11-191-0/+4
* merge-one-file: remove empty directoriesJunio C Hamano2005-11-191-1/+6
* Documentation: rebase-from-internal minor updates.Junio C Hamano2005-11-191-5/+2
* git-repack: do not do complex redundancy check.Junio C Hamano2005-11-191-21/+14
* git-count-objects: dc replacementJunio C Hamano2005-11-191-1/+19
* Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-11-181-68/+102
|\
| * Add -r flag and some speedupsPaul Mackerras2005-11-151-68/+102
| |
| \
*-. \ Merge branches 'jc/branch' and 'jc/rebase'Junio C Hamano2005-11-182-63/+34
|\ \ \
| | * | Rewrite rebase to use git-format-patch piped to git-am.Junio C Hamano2005-11-181-56/+16
| |/ / |/| |
| * | git-branch: -f to forcibly reset branch head.Junio C Hamano2005-11-181-7/+18
|/ /
* | Do not show .exe in git command list.Junio C Hamano2005-11-181-1/+4
* | Document the "ignore objects" feature of git-pack-redundantLukas Sandström2005-11-181-0/+8
* | Improve the readability of git-pack-redundantLukas Sandström2005-11-181-13/+24
* | Remove all old packfiles when doing "git repack -a -d"Lukas Sandström2005-11-181-3/+16
* | Update pull/fetch --tags documentationLuck, Tony2005-11-181-1/+3
* | Fix a bug in get_all_permutations.Lukas Sandström2005-11-181-0/+1
* | Cygwin *might* be helped with NO_MMAPJunio C Hamano2005-11-181-0/+4
* | Teach "approxidate" about weekday syntaxLinus Torvalds2005-11-181-5/+49
* | Make "git fetch" less verbose by defaultLinus Torvalds2005-11-181-5/+9
* | Fix bug introduced by the latest changes to git-pack-redundantLukas Sandström2005-11-181-1/+1
* | git-prune: quote possibly empty $dryrun as parameter to testJunio C Hamano2005-11-181-1/+1
* | git-am: --binary; document --resume and --binary.Junio C Hamano2005-11-172-14/+30
* | Teach "approxidate" about weekday syntaxLinus Torvalds2005-11-171-1/+17
* | Make git-pack-redundant non-horribly slow on large sets of packsLukas Sandström2005-11-171-12/+48
* | git-repack: Fix variable nameRalf Baechle2005-11-171-3/+3
* | 'make clean' forgot about some filesNicolas Pitre2005-11-171-1/+1
* | Deal with binary diff output from GNU diff 2.8.7Junio C Hamano2005-11-171-6/+18
* | Merge branch 'tojunio' of http://locke.catalyst.net.nz/git/git-martinlanghoffJunio C Hamano2005-11-171-42/+103
|\ \
| * | archimport: allow for old style branch and public tag namesMartin Langhoff2005-11-171-6/+17
| * | Disambiguate the term 'branch' in Arch vs gitEric Wong2005-11-171-11/+54
| * | archimport: don't die on merge-base failureEric Wong2005-11-171-1/+7
| * | remove shellquote usage for tagsEric Wong2005-11-171-27/+28
* | | Add approxidate test calls.Junio C Hamano2005-11-161-0/+3
* | | git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds2005-11-163-14/+126
|/ /
* | daemon.c: fix arg parsing bugsAndreas Ericsson2005-11-161-2/+6
* | tests: binary diff application.Junio C Hamano2005-11-161-10/+39
* | diff: --full-indexJunio C Hamano2005-11-163-7/+16
* | apply: allow-binary-replacement.Junio C Hamano2005-11-163-7/+101
* | git-am: --resolved.Junio C Hamano2005-11-161-12/+53
* | git-apply: fail if a patch cannot be applied.Junio C Hamano2005-11-162-4/+85
* | git-cvsexportcommit.perl: fix typos in outputKevin Geiss2005-11-161-2/+2
* | git-cvsexportcommit.perl: exit with non-0 status if patch fails.Kevin Geiss2005-11-161-1/+1