summaryrefslogtreecommitdiffstats
path: root/index.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-09-15Unoptimize info/refs creation.Junio C Hamano1-26/+0
2005-09-15Retire info/rev-cacheJunio C Hamano12-558/+4
2005-09-15[PATCH] Use '-d' as the first flag to 'install'Peter Eriksen2-3/+3
2005-09-15[PATCH] git-http-fetch: Allow caching of retrieved objects by proxy serversSergey Vlasov1-0/+8
2005-09-15git-branch -d <branch>: delete unused branch.Junio C Hamano1-6/+54
2005-09-14Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"Junio C Hamano3-7/+8
2005-09-14[PATCH] Fix alloc_filespec() initializationLinus Torvalds1-7/+3
2005-09-14Make merge comment git-pull makes for an octopus a bit prettier.Junio C Hamano1-3/+5
2005-09-14read-tree: fix bogus debugging statement.Junio C Hamano1-6/+9
2005-09-14git-merge-recursive: Trivial RE fixes.Junio C Hamano1-2/+2
2005-09-14[PATCH] Use the 'die' function where it is appropriate.Fredrik Kuivinen1-14/+13
2005-09-14[PATCH] Use a temporary index file when we merge the common ancestors.Fredrik Kuivinen1-5/+18
2005-09-14[PATCH] Adjust git-merge-recursive.py for the new tool names.Fredrik Kuivinen1-4/+4
2005-09-14[PATCH] Don't output 'Automatic merge failed, ...'Fredrik Kuivinen1-1/+0
2005-09-14[PATCH] Be more like the 'resolve' strategy.Fredrik Kuivinen1-35/+33
2005-09-13[PATCH] Define relative .git/objects/info/alternates semantics.Junio C Hamano1-6/+22
2005-09-13Detect ls-remote failure properly.Junio C Hamano1-3/+12
2005-09-13[PATCH] Rename the 'fredrik' merge strategy to 'recursive'.Fredrik Kuivinen4-4/+4
2005-09-13Fix off-by-one error in git-mergeJunio C Hamano1-1/+1
2005-09-13Propagate errors from fetch-pack correctly to git-fetch.Junio C Hamano1-2/+9
2005-09-13Fix CDPATH problem.Junio C Hamano2-0/+9
2005-09-13Document git-grep and link it from the main git(7) page.Junio C Hamano3-3/+54
2005-09-13[PATCH] Make 'git checkout' a bit more forgiving when switching branches.Junio C Hamano1-0/+1
2005-09-13[PATCH] Omit patches that have already been merged from format-patch output.Junio C Hamano1-11/+27
2005-09-13[PATCH] There are several undocumented dependenciesHorst von Brand2-3/+12
2005-09-13Improve "git grep" flags handlingLinus Torvalds1-23/+41
2005-09-12[PATCH] Make the ProgramError class printable.Fredrik Kuivinen1-0/+3
2005-09-12[PATCH] Make sure we die if we don't get enough arguments.Fredrik Kuivinen1-0/+3
2005-09-12[PATCH] Introduce a 'die' function.Fredrik Kuivinen2-14/+13
2005-09-12[PATCH] Exit with status code 2 if we get an exception.Fredrik Kuivinen1-7/+12
2005-09-12[PATCH] Fix assertion failure when merging common ancestors.Fredrik Kuivinen1-1/+1
2005-09-12Allow finding things that begin with a dash in 'git grep'Junio C Hamano1-1/+6
2005-09-12[PATCH] Add "git grep" helperLinus Torvalds2-1/+21
2005-09-12[PATCH] Add note about IANA confirmationLinus Torvalds1-0/+11
2005-09-12Use int instead of socklen_tJunio C Hamano1-4/+4
2005-09-12[PATCH] Apply N -> A status change in diff-helperHerbert Xu1-1/+1
2005-09-11[PATCH] archimport - better handling of temp dirsmartin@catalyst.net.nz1-5/+5
2005-09-11[PATCH] archimport - use GIT_DIR instead of hardcoded ".git"martin@catalyst.net.nz1-20/+22
2005-09-11[PATCH] archimport - update in-script doco, options tidyupmartin@catalyst.net.nz1-17/+16
2005-09-11[PATCH] archimport documentation tidyupmartin@catalyst.net.nz1-4/+5
2005-09-11[PATCH] archimport documentation updatemartin@catalyst.net.nz1-10/+49
2005-09-11[PATCH] Escape asciidoc's built-in em-dash replacementYasushi SHOJI4-12/+12
2005-09-11[PATCH] Fix buffer overflow in ce_flush().Qingning Huo1-0/+7
2005-09-11Add a new merge strategy by Fredrik Kuivinen.Junio C Hamano9-7/+741
2005-09-11'git-merge': Documentation.Junio C Hamano2-0/+55
2005-09-11Use Daniel's read-tree in the merge strategy 'resolve'.Junio C Hamano4-39/+88
2005-09-11Multi-backend merge driver.Junio C Hamano5-2/+381
2005-09-11Plug leak in Daniel's read-tree.Junio C Hamano1-0/+1
2005-09-11[PATCH] Add debugging help for case #16 to read-tree.cJunio C Hamano2-8/+44
2005-09-11[PATCH] Disable debugging from read-tree.Junio C Hamano1-3/+10