summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-09-15Be more backward compatible with git-ssh-{push,pull}.Libravatar Junio C Hamano7-6/+46
2005-09-15[PATCH] rsh.c env and quoting cleanup, take 2Libravatar H. Peter Anvin1-16/+89
2005-09-15[PATCH] Fix fetch completeness assumptionsLibravatar Daniel Barkalow1-2/+26
2005-09-15[PATCH] Document git-fetch optionsLibravatar Sergey Vlasov2-0/+17
2005-09-15Unoptimize info/refs creation.Libravatar Junio C Hamano1-26/+0
2005-09-15Retire info/rev-cacheLibravatar Junio C Hamano12-558/+4
2005-09-15[PATCH] Use '-d' as the first flag to 'install'Libravatar Peter Eriksen2-3/+3
2005-09-15[PATCH] git-http-fetch: Allow caching of retrieved objects by proxy serversLibravatar Sergey Vlasov1-0/+8
2005-09-15git-branch -d <branch>: delete unused branch.Libravatar Junio C Hamano1-6/+54
2005-09-14Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"Libravatar Junio C Hamano3-7/+8
2005-09-14[PATCH] Fix alloc_filespec() initializationLibravatar Linus Torvalds1-7/+3
2005-09-13Make merge comment git-pull makes for an octopus a bit prettier.Libravatar Junio C Hamano1-3/+5
2005-09-13read-tree: fix bogus debugging statement.Libravatar Junio C Hamano1-6/+9
2005-09-13git-merge-recursive: Trivial RE fixes.Libravatar Junio C Hamano1-2/+2
2005-09-13[PATCH] Use the 'die' function where it is appropriate.Libravatar Fredrik Kuivinen1-14/+13
2005-09-13[PATCH] Use a temporary index file when we merge the common ancestors.Libravatar Fredrik Kuivinen1-5/+18
2005-09-13[PATCH] Adjust git-merge-recursive.py for the new tool names.Libravatar Fredrik Kuivinen1-4/+4
2005-09-13[PATCH] Don't output 'Automatic merge failed, ...'Libravatar Fredrik Kuivinen1-1/+0
2005-09-13[PATCH] Be more like the 'resolve' strategy.Libravatar Fredrik Kuivinen1-35/+33
2005-09-13[PATCH] Define relative .git/objects/info/alternates semantics.Libravatar Junio C Hamano1-6/+22
2005-09-13Detect ls-remote failure properly.Libravatar Junio C Hamano1-3/+12
2005-09-13[PATCH] Rename the 'fredrik' merge strategy to 'recursive'.Libravatar Fredrik Kuivinen4-4/+4
2005-09-12Fix off-by-one error in git-mergeLibravatar Junio C Hamano1-1/+1
2005-09-12Propagate errors from fetch-pack correctly to git-fetch.Libravatar Junio C Hamano1-2/+9
2005-09-12Fix CDPATH problem.Libravatar Junio C Hamano2-0/+9
2005-09-12Document git-grep and link it from the main git(7) page.Libravatar Junio C Hamano3-3/+54
2005-09-12[PATCH] Make 'git checkout' a bit more forgiving when switching branches.Libravatar Junio C Hamano1-0/+1
2005-09-12[PATCH] Omit patches that have already been merged from format-patch output.Libravatar Junio C Hamano1-11/+27
2005-09-12[PATCH] There are several undocumented dependenciesLibravatar Horst von Brand2-3/+12
2005-09-12Improve "git grep" flags handlingLibravatar Linus Torvalds1-23/+41
2005-09-12[PATCH] Make the ProgramError class printable.Libravatar Fredrik Kuivinen1-0/+3
2005-09-12[PATCH] Make sure we die if we don't get enough arguments.Libravatar Fredrik Kuivinen1-0/+3
2005-09-12[PATCH] Introduce a 'die' function.Libravatar Fredrik Kuivinen2-14/+13
2005-09-12[PATCH] Exit with status code 2 if we get an exception.Libravatar Fredrik Kuivinen1-7/+12
2005-09-12[PATCH] Fix assertion failure when merging common ancestors.Libravatar Fredrik Kuivinen1-1/+1
2005-09-12Allow finding things that begin with a dash in 'git grep'Libravatar Junio C Hamano1-1/+6
2005-09-12[PATCH] Add "git grep" helperLibravatar Linus Torvalds2-1/+21
2005-09-12[PATCH] Add note about IANA confirmationLibravatar Linus Torvalds1-0/+11
2005-09-11Use int instead of socklen_tLibravatar Junio C Hamano1-4/+4
2005-09-11[PATCH] Apply N -> A status change in diff-helperLibravatar Herbert Xu1-1/+1
2005-09-11[PATCH] archimport - better handling of temp dirsLibravatar martin@catalyst.net.nz1-5/+5
2005-09-11[PATCH] archimport - use GIT_DIR instead of hardcoded ".git"Libravatar martin@catalyst.net.nz1-20/+22
2005-09-11[PATCH] archimport - update in-script doco, options tidyupLibravatar martin@catalyst.net.nz1-17/+16
2005-09-11[PATCH] archimport documentation tidyupLibravatar martin@catalyst.net.nz1-4/+5
2005-09-11[PATCH] archimport documentation updateLibravatar martin@catalyst.net.nz1-10/+49
2005-09-11[PATCH] Escape asciidoc's built-in em-dash replacementLibravatar Yasushi SHOJI4-12/+12
2005-09-11[PATCH] Fix buffer overflow in ce_flush().Libravatar Qingning Huo1-0/+7
2005-09-10Add a new merge strategy by Fredrik Kuivinen.Libravatar Junio C Hamano9-7/+741
2005-09-10'git-merge': Documentation.Libravatar Junio C Hamano2-0/+55
2005-09-10Use Daniel's read-tree in the merge strategy 'resolve'.Libravatar Junio C Hamano4-39/+88