summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-18Merge branches 'jc/branch' and 'jc/rebase'Junio C Hamano
2005-11-18Rewrite rebase to use git-format-patch piped to git-am.Junio C Hamano
2005-11-18git-branch: -f to forcibly reset branch head.Junio C Hamano
2005-11-18Do not show .exe in git command list.Junio C Hamano
2005-11-18Document the "ignore objects" feature of git-pack-redundantLukas Sandström
2005-11-18Improve the readability of git-pack-redundantLukas Sandström
2005-11-18Remove all old packfiles when doing "git repack -a -d"Lukas Sandström
2005-11-18Update pull/fetch --tags documentationLuck, Tony
2005-11-18Fix a bug in get_all_permutations.Lukas Sandström
2005-11-18Cygwin *might* be helped with NO_MMAPJunio C Hamano
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds
2005-11-18Make "git fetch" less verbose by defaultLinus Torvalds
2005-11-18Fix bug introduced by the latest changes to git-pack-redundantLukas Sandström
2005-11-18git-prune: quote possibly empty $dryrun as parameter to testJunio C Hamano
2005-11-18git-am: --binary; document --resume and --binary.Junio C Hamano
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds
2005-11-18Make git-pack-redundant non-horribly slow on large sets of packsLukas Sandström
2005-11-18git-repack: Fix variable nameRalf Baechle
2005-11-18'make clean' forgot about some filesNicolas Pitre
2005-11-18Deal with binary diff output from GNU diff 2.8.7Junio C Hamano
2005-11-17Merge branch 'tojunio' of http://locke.catalyst.net.nz/git/git-martinlanghoffJunio C Hamano
2005-11-17archimport: allow for old style branch and public tag namesMartin Langhoff
2005-11-17Add approxidate test calls.Junio C Hamano
2005-11-17git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds
2005-11-17Disambiguate the term 'branch' in Arch vs gitEric Wong
2005-11-17archimport: don't die on merge-base failureEric Wong
2005-11-17remove shellquote usage for tagsEric Wong
2005-11-17daemon.c: fix arg parsing bugsAndreas Ericsson
2005-11-17tests: binary diff application.Junio C Hamano
2005-11-17diff: --full-indexJunio C Hamano
2005-11-17apply: allow-binary-replacement.Junio C Hamano
2005-11-17git-am: --resolved.Junio C Hamano
2005-11-16git-apply: fail if a patch cannot be applied.Junio C Hamano
2005-11-16git-cvsexportcommit.perl: fix typos in outputKevin Geiss
2005-11-16git-cvsexportcommit.perl: exit with non-0 status if patch fails.Kevin Geiss
2005-11-16git-cvsexportcommit.perl: use getopts to get binary flagsKevin Geiss
2005-11-16git-cvsexportcommit.perl: Fix usage() output.Kevin Geiss
2005-11-16Documentation/git-log.txt: trivial typo fix.Alecs King
2005-11-16symref support for import scriptsPavel Roskin
2005-11-16Disallow empty pattern in "git grep"Linus Torvalds
2005-11-16git wrapper: basic fixes.Junio C Hamano
2005-11-16Give python a chance to find "backported" modulesJohannes Schindelin
2005-11-16Fix tests with new git in CJohannes Schindelin
2005-11-16Fix llist_sorted_difference_inplace in git-pack-redundantLukas Sandström
2005-11-16git --help COMMAND brings up the git-COMMAND man-page.Andreas Ericsson
2005-11-16Update git(7) man-page for the C wrapper.Andreas Ericsson
2005-11-16C implementation of the 'git' program, take two.Andreas Ericsson
2005-11-15sha1_file.c::add_packed_git(): fix type mismatch.Junio C Hamano
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin