summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-10Multi-backend merge driver.Libravatar Junio C Hamano5-2/+381
2005-09-10Plug leak in Daniel's read-tree.Libravatar Junio C Hamano1-0/+1
2005-09-10[PATCH] Add debugging help for case #16 to read-tree.cLibravatar Junio C Hamano2-8/+44
2005-09-10[PATCH] Disable debugging from read-tree.Libravatar Junio C Hamano1-3/+10
2005-09-10[PATCH] Document the trivial merge rules for 3(+more ancestors)-way merges.Libravatar Daniel Barkalow1-0/+92
2005-09-10[PATCH] Rewrite read-treeLibravatar Daniel Barkalow2-804/+421
2005-09-10[PATCH] Add function to append to an object_list.Libravatar Daniel Barkalow2-0/+14
2005-09-10[PATCH] Add a function for getting a struct tree for an ent.Libravatar Daniel Barkalow2-0/+24
2005-09-10Fix 'git-show-branch --list <head>'Libravatar Junio C Hamano1-1/+1
2005-09-10Add 'git bisect replay/log' documentation.Libravatar Junio C Hamano1-1/+11
2005-09-10Keep bisection log so that it can be replayed later.Libravatar Junio C Hamano1-3/+47
2005-09-10Fix copy marking from diffcore-rename.Libravatar Junio C Hamano2-5/+39
2005-09-10[PATCH] archimport - add merge detectionLibravatar martin@catalyst.net.nz1-4/+180
2005-09-10Make sure we have leading directories under refs/{heads,tags}Libravatar Junio C Hamano1-0/+1
2005-09-10[PATCH] Documentation/repository-layout.txt typoLibravatar Sven Verdoolaege1-1/+1
2005-09-09show-branch: --list and --independentLibravatar Junio C Hamano2-17/+73
2005-09-09Retire support for old environment variables.Libravatar Junio C Hamano13-318/+16
2005-09-09Adjust .gitignore for big rename.Libravatar Junio C Hamano1-1/+45
2005-09-09[PATCH] remove duplicate git-send-email-script.perl target in MakefileLibravatar Marco Roeland1-1/+1
2005-09-09[PATCH] fix tutorial typoLibravatar jdl@freescale.com1-1/+1
2005-09-09[PATCH] Fix tutorial reference to git-*-scripts.Libravatar jdl@freescale.com1-5/+5
2005-09-09Ignore datestamp-only changes when installing webdoc.Libravatar Junio C Hamano1-1/+1
2005-09-08Squelch `removal' message from 'git reset --hard'.Libravatar Junio C Hamano1-1/+1
2005-09-08'build' scripts before installing.Libravatar Junio C Hamano5-25/+33
2005-09-08Show all merge-base candidates from show-branch --merge-baseLibravatar Junio C Hamano2-5/+7