summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-15manual: Fix or remove em dashes.Libravatar Ralf Wildenhues1-10/+10
2007-10-15Add a --dry-run option to git-push.Libravatar Brian Ewins3-3/+22
2007-10-15Add a --dry-run option to git-send-pack.Libravatar Brian Ewins2-13/+23
2007-10-15Fix in-place editing functions in convert.cLibravatar Pierre Habouzit1-7/+10
2007-10-15instaweb: support for Ruby's WEBrick serverLibravatar Mike Dalessio2-1/+41
2007-10-15instaweb: allow for use of auto-generated scriptsLibravatar Mike Dalessio1-1/+3
2007-10-15Add 'git-p4 commit' as an alias for 'git-p4 submit'Libravatar Marius Storm-Olsen1-0/+1
2007-10-15hg-to-git speedup through selectable repack intervalsLibravatar Michael Gebetsroither1-3/+11
2007-10-15git-svn: respect Subversion's [auth] section configuration valuesLibravatar Eygene Ryabinkin1-0/+23
2007-10-15gtksourceview2 support for gitviewLibravatar Frederick Akalin1-22/+31
2007-10-15fix contrib/hooks/post-receive-email hooks.recipients error messageLibravatar Jeff Muizelaar1-1/+9
2007-10-15Support cvs via git-shellLibravatar Johannes Schindelin1-1/+26
2007-10-15rebase -i: use diff plumbing instead of porcelainLibravatar Johannes Schindelin1-2/+2
2007-10-15Do not remove distributed configure scriptLibravatar Mathias Megyei1-1/+4
2007-10-15git-archive: document --execLibravatar Michele Ballabio1-1/+6
2007-10-15git-reflog: document --verboseLibravatar Michele Ballabio1-1/+4
2007-10-15makefile: Add a cscope targetLibravatar Kristof Provost2-2/+9
2007-10-15git-config: handle --file option with relative pathname properlyLibravatar Gerrit Pape1-2/+7
2007-10-15clear_commit_marks(): avoid deep recursionLibravatar Johannes Schindelin1-9/+14
2007-10-15git add -i: Remove unused variablesLibravatar Jean-Luc Herren1-10/+6
2007-10-15git add -i: Fix parsing of abbreviated hunk headersLibravatar Jean-Luc Herren1-6/+5
2007-10-15git-config: don't silently ignore options after --listLibravatar Frank Lichtenheld1-1/+4
2007-10-15git-gc --auto: simplify "repack" command line buildingLibravatar Brandon Casey1-7/+1
2007-10-15git-gc: by default use safer "-A" option to repack when not --prune'ingLibravatar Brandon Casey1-1/+11
2007-10-15fix t5403-post-checkout-hook.sh: built-in test in dash does not have "=="Libravatar Alex Riesen1-4/+4
2007-10-15Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLibravatar Linus Torvalds3-3/+3
2007-10-15Fix embarrassing "git log --follow" bugLibravatar Linus Torvalds1-2/+2
2007-10-04Update state documentation link for 1.5.3.4Libravatar Junio C Hamano1-0/+1
2007-10-04optimize diffcore-delta by sorting hash entries.Libravatar Linus Torvalds1-24/+30
2007-10-03Don't checkout the full tree if avoidableLibravatar Steven Walter1-16/+48
2007-10-03builtin-apply: fix conversion error in strbuf seriesLibravatar Junio C Hamano1-1/+1
2007-10-03Merge branch 'mv/unknown'Libravatar Junio C Hamano6-16/+11
2007-10-03Merge branch 'ph/strbuf'Libravatar Junio C Hamano59-2511/+1809
2007-10-03Merge branch 'lh/merge'Libravatar Junio C Hamano5-11/+521
2007-10-03Merge branch 'js/rebase-i'Libravatar Junio C Hamano2-8/+23
2007-10-03Merge branch 'jc/autogc'Libravatar Junio C Hamano11-14/+276
2007-10-03Merge branch 'je/hooks'Libravatar Junio C Hamano3-0/+100
2007-10-03Merge branch 'ap/dateformat'Libravatar Junio C Hamano6-24/+209
2007-10-03Sync with GIT 1.5.3.4Libravatar Junio C Hamano15-29/+149
2007-10-03GIT 1.5.3.4Libravatar Junio C Hamano2-11/+18
2007-10-03Add a test script for for-each-ref, including test of date formattingLibravatar Andy Parkins1-0/+151
2007-10-03Add test case for ls-files --with-treeLibravatar Carl Worth1-0/+71
2007-10-02Must not modify the_index.cache as it may be passed to realloc at some point.Libravatar Keith Packard1-1/+2
2007-10-02the ar tool is called gar on some systemsLibravatar Robert Schiele1-1/+1
2007-10-02rename diff_free_filespec_data_large() to diff_free_filespec_blob()Libravatar Junio C Hamano3-5/+5
2007-10-02diffcore-rename: cache file deltasLibravatar Jeff King3-4/+11
2007-10-02Mention 'cpio' dependency in INSTALLLibravatar Johan Herland1-0/+3
2007-10-02Make git-pull complain and give advice when there is nothing to merge withLibravatar Federico Mena Quintero1-4/+18
2007-10-02Note that git-branch will not automatically checkout the new branchLibravatar Federico Mena Quintero1-0/+4
2007-10-02Add documentation for --track and --no-track to the git-branch docs.Libravatar Federico Mena Quintero1-0/+15