summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-03t3020 (ls-files-error-unmatch): remove stray '1' from end of fileLibravatar Elijah Newren1-1/+0
2010-10-03setup: make sure git dir path is in a permanent bufferLibravatar Jonathan Nieder1-1/+3
2010-10-03environment.c: remove unused variableLibravatar Jonathan Nieder1-3/+1
2010-09-30Fix typo in pack-objects' usageLibravatar Johannes Schindelin1-1/+1
2010-09-30Make sure that git_getpass() never returns NULLLibravatar Johannes Schindelin1-2/+6
2010-09-30diff: avoid repeated scanning while looking for funcnameLibravatar René Scharfe1-24/+14
2010-09-30t0004 (unwritable files): simplify error handlingLibravatar Jonathan Nieder1-38/+14
2010-09-30rev-list-options: clarify --parents and --childrenLibravatar Michael J Gruber1-4/+4
2010-09-29blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''Libravatar Kirill Smelkov6-21/+30
2010-09-29blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinksLibravatar Kirill Smelkov2-0/+78
2010-09-29blame,cat-file: Prepare --textconv tests for correctly-failing conversion pro...Libravatar Kirill Smelkov2-12/+14
2010-09-29MinGW: avoid collisions between "tags" and "TAGS"Libravatar Junio C Hamano1-6/+9
2010-09-29diff: trivial fix for --output file error messageLibravatar Matthieu Moy1-1/+1
2010-09-29user-manual: fix anchor name Finding-comments-With-given-ContentLibravatar Michael J Gruber1-1/+1
2010-09-29user-manual: be consistent in illustrations to 'git rebase'Libravatar Kirill Smelkov1-2/+2
2010-09-29stash: simplify parsing fixesLibravatar Jon Seymour1-21/+7
2010-09-29Git 1.7.3.1Libravatar Junio C Hamano4-3/+18
2010-09-29stash: fix git stash branch regression when branch creation failsLibravatar Jon Seymour2-4/+4
2010-09-29stash drops the stash even if creating the branch fails because it already ex...Libravatar Tomas Carnecky1-0/+11
2010-09-27Fix missing 'does' in man-page for 'git checkout'Libravatar Linus Torvalds1-8/+8
2010-09-27Documentation: pack.compression: explain how to recompressLibravatar Jan Krüger1-0/+4
2010-09-27repack: add -F flag to let user choose between --no-reuse-delta/objectLibravatar Jan Krüger2-3/+9
2010-09-27perl: use "use warnings" instead of -wLibravatar Ævar Arnfjörð Bjarmason7-7/+10
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Libravatar Ævar Arnfjörð Bjarmason14-6/+17
2010-09-27Makefile: add CC to TRACK_CFLAGSLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2010-09-27dir.c: squelch false uninitialized memory warningLibravatar Pat Notz1-1/+1
2010-09-27git-send-email.perl: ensure $domain is defined before using itLibravatar Brandon Casey1-1/+1
2010-09-27wt-status.c: don't leak directory entries when processing untracked,ignoredLibravatar Brandon Casey1-10/+6
2010-09-27t6050 (replace): fix bogus "fetch branch with replacement" testLibravatar Christian Couder1-3/+10
2010-09-27Documentation: Refer to git-commit-tree in git-filter-branch helpLibravatar Wesley J. Landaker1-1/+1
2010-09-27smart-http: Don't change POST to GET when following redirectLibravatar Tay Ray Chuan3-0/+20
2010-09-27update comment and documentation for :/foo syntaxLibravatar Matthieu Moy2-1/+4
2010-09-27Improvements to `git checkout -h`Libravatar Daniel Knittl-Frank1-6/+6
2010-09-27contrib/completion: --no-index option to git diffLibravatar Michael J Gruber1-1/+1
2010-09-27get_author_ident_from_commit(): remove useless quotingLibravatar Uwe Kleine-König1-3/+0
2010-09-27prefer test -h over test -L in shell scriptsLibravatar Jeff King3-5/+5
2010-09-27CodingGuidelines: spell Arithmetic Expansion with $(($var))Libravatar Junio C Hamano1-0/+4
2010-09-27t1503: Fix arithmetic expansion syntax error when using dashLibravatar Ramsay Jones1-2/+2
2010-09-27remote-helpers: build in platform independent directoryLibravatar Michael J Gruber1-0/+3
2010-09-27strbuf.h: fix comment typoLibravatar Pat Notz1-1/+1
2010-09-27builtin/revert.c: don't dereference a NULL pointerLibravatar Brandon Casey2-1/+11
2010-09-26git-stash: fix flag parsingLibravatar Brian Gernhardt2-8/+15
2010-09-26t/t3903-stash: improve testing of git-stash showLibravatar Brandon Casey1-4/+58
2010-09-24git-svn: fix processing of decorated commit hashesLibravatar Mathias Lafeldt1-1/+2
2010-09-24git-svn: check_cherry_pick should exclude commits already in our historyLibravatar Steven Walter2-1/+53
2010-09-24Documentation/git-svn: discourage "noMetadata"Libravatar Eric Wong1-3/+14
2010-09-23do not search functions for patch IDLibravatar Clemens Buchacher1-1/+1
2010-09-23add rebase patch id testsLibravatar Clemens Buchacher1-0/+109
2010-09-23diff: don't use pathname-based diff drivers for symlinksLibravatar Jeff King2-3/+34
2010-09-18git-reset.txt: make modes description more consistentLibravatar Michael J Gruber1-17/+26