summaryrefslogtreecommitdiffstats
path: root/diff-tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-11-20merge-recursive::removeFile: remove empty directoriesJunio C Hamano1-0/+4
2005-11-20merge-one-file: remove empty directoriesJunio C Hamano1-1/+6
2005-11-20Documentation: rebase-from-internal minor updates.Junio C Hamano1-5/+2
2005-11-19git-repack: do not do complex redundancy check.Junio C Hamano1-21/+14
2005-11-19git-count-objects: dc replacementJunio C Hamano1-1/+19
2005-11-19Rewrite rebase to use git-format-patch piped to git-am.Junio C Hamano1-56/+16
2005-11-19git-branch: -f to forcibly reset branch head.Junio C Hamano1-7/+18
2005-11-19Do not show .exe in git command list.Junio C Hamano1-1/+4
2005-11-19Document the "ignore objects" feature of git-pack-redundantLukas Sandström1-0/+8
2005-11-19Improve the readability of git-pack-redundantLukas Sandström1-13/+24
2005-11-18Remove all old packfiles when doing "git repack -a -d"Lukas Sandström1-3/+16
2005-11-18Update pull/fetch --tags documentationLuck, Tony1-1/+3
2005-11-18Fix a bug in get_all_permutations.Lukas Sandström1-0/+1
2005-11-18Cygwin *might* be helped with NO_MMAPJunio C Hamano1-0/+4
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds1-5/+49
2005-11-18Make "git fetch" less verbose by defaultLinus Torvalds1-5/+9
2005-11-18Fix bug introduced by the latest changes to git-pack-redundantLukas Sandström1-1/+1
2005-11-18git-prune: quote possibly empty $dryrun as parameter to testJunio C Hamano1-1/+1
2005-11-18git-am: --binary; document --resume and --binary.Junio C Hamano2-14/+30
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds1-1/+17
2005-11-18Make git-pack-redundant non-horribly slow on large sets of packsLukas Sandström1-12/+48
2005-11-18git-repack: Fix variable nameRalf Baechle1-3/+3
2005-11-18'make clean' forgot about some filesNicolas Pitre1-1/+1
2005-11-18Deal with binary diff output from GNU diff 2.8.7Junio C Hamano1-6/+18
2005-11-17archimport: allow for old style branch and public tag namesMartin Langhoff1-6/+17
2005-11-17Add approxidate test calls.Junio C Hamano1-0/+3
2005-11-17git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds3-14/+126
2005-11-17Disambiguate the term 'branch' in Arch vs gitEric Wong1-11/+54
2005-11-17archimport: don't die on merge-base failureEric Wong1-1/+7
2005-11-17remove shellquote usage for tagsEric Wong1-27/+28
2005-11-17daemon.c: fix arg parsing bugsAndreas Ericsson1-2/+6
2005-11-17tests: binary diff application.Junio C Hamano1-10/+39
2005-11-17diff: --full-indexJunio C Hamano3-7/+16
2005-11-17apply: allow-binary-replacement.Junio C Hamano3-7/+101
2005-11-17git-am: --resolved.Junio C Hamano1-12/+53
2005-11-16git-apply: fail if a patch cannot be applied.Junio C Hamano2-4/+85
2005-11-16git-cvsexportcommit.perl: fix typos in outputKevin Geiss1-2/+2
2005-11-16git-cvsexportcommit.perl: exit with non-0 status if patch fails.Kevin Geiss1-1/+1
2005-11-16git-cvsexportcommit.perl: use getopts to get binary flagsKevin Geiss1-1/+1
2005-11-16git-cvsexportcommit.perl: Fix usage() output.Kevin Geiss1-2/+2
2005-11-16Documentation/git-log.txt: trivial typo fix.Alecs King1-1/+1
2005-11-16symref support for import scriptsPavel Roskin3-8/+13
2005-11-16Disallow empty pattern in "git grep"Linus Torvalds1-0/+4
2005-11-16git wrapper: basic fixes.Junio C Hamano1-56/+98
2005-11-16Give python a chance to find "backported" modulesJohannes Schindelin1-2/+4
2005-11-16Fix tests with new git in CJohannes Schindelin1-0/+2
2005-11-16Fix llist_sorted_difference_inplace in git-pack-redundantLukas Sandström1-32/+15
2005-11-16git --help COMMAND brings up the git-COMMAND man-page.Andreas Ericsson2-2/+28
2005-11-16Update git(7) man-page for the C wrapper.Andreas Ericsson1-7/+28
2005-11-16C implementation of the 'git' program, take two.Andreas Ericsson3-88/+237