summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-07-14git-svn: remove leading slashes from fetch lines in the generate configEric Wong
2007-07-14Update .mailmapJunio C Hamano
2007-07-14Add contrib/stats/mailmap.pl scriptJunio C Hamano
2007-07-14Remove useless uses of cat, and replace with filename argumentsJosh Triplett
2007-07-14More permissive "git-rm --cached" behavior without -f.Matthieu Moy
2007-07-14Document new --date=<format>Junio C Hamano
2007-07-14Wire new date formats to --date=<format> parser.Junio C Hamano
2007-07-14Make show_rfc2822_date() just another date output format.Junio C Hamano
2007-07-14Support output ISO 8601 format datesRobin Rosenberg
2007-07-14Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-07-14Fix git-rebase -i to allow squashing of fast-forwardable commitsAlex Riesen
2007-07-13lockfile.c: schedule remove_lock_file only once.Sven Verdoolaege
2007-07-13send-email: discard blank around address in extract_valid_address as well.Stephen Rothwell
2007-07-13make git-send-email.perl handle email addresses with no names when Email::Val...Greg KH
2007-07-13gitk: Fix bug introduced by previous commitPaul Mackerras
2007-07-13Document git commit --untracked-files and --verboseJakub Narebski
2007-07-13Document long options '--message=<msg>' and '--no-commit'Jakub Narebski
2007-07-13Update git-merge documentation.Jakub Narebski
2007-07-13Pack-objects: properly initialize the depth valueNicolas Pitre
2007-07-12GIT v1.5.3-rc1v1.5.3-rc1Junio C Hamano
2007-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-07-12gitweb: new cgi parameter: optMiklos Vajna
2007-07-12Add missing functions to contrib/emacs/vc-git.elDavid Kastrup
2007-07-12Documentation for git-log --followSteven Walter
2007-07-12reduce git-pack-objects memory usage a little moreNicolas Pitre
2007-07-12Add documentation for --window-memory, pack.windowMemoryBrian Downing
2007-07-12Add --window-memory option to git-repackBrian Downing
2007-07-12Add pack-objects window memory usage limitBrian Downing
2007-07-12Add functions for parsing integers with size suffixesBrian Downing
2007-07-12Support fetching the memory usage of a delta indexBrian Downing
2007-07-12Don't try to delta if target is much smaller than sourceBrian Downing
2007-07-12Correct shebang line for contrib/stats/packinfo.plBrian Downing
2007-07-12script to display a distribution of longest common hash prefixesNicolas Pitre
2007-07-12apply delta depth bias to already deltified objectsNicolas Pitre
2007-07-12Update list of older git docsJunio C Hamano
2007-07-12Merge commit 'git-gui/master'Junio C Hamano
2007-07-12Merge branch 'maint'Junio C Hamano
2007-07-12GIT 1.5.2.4v1.5.2.4Junio C Hamano
2007-07-12gitk: Improve handling of -- and ambiguous argumentsPaul Mackerras
2007-07-12Teach read-tree 2-way merge to ignore intermediate symlinksJunio C Hamano
2007-07-12Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2007-07-12git-gui: Change prior tree SHA-1 verification to use git_readShawn O. Pearce
2007-07-12Merge branch 'maint'Shawn O. Pearce
2007-07-12git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}gitgui-0.7.5Shawn O. Pearce
2007-07-12Re-code builtin-branch.c in UTF-8Junio C Hamano
2007-07-12Function stripspace now gets a buffer instead file descriptors.Carlos Rica
2007-07-12Pack information toolBrian Downing
2007-07-11branch --track: code cleanup and saner handling of local branchesJohannes Schindelin
2007-07-11Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin