summaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-24Documentation/git-svn: discourage "noMetadata"Eric Wong1-3/+14
2010-09-18Git 1.7.3v1.7.3Junio C Hamano3-14/+8
2010-09-17git-rebase--interactive.sh: replace cut with ${v%% *}Chris Johnsen1-1/+1
2010-09-17t/t7300: workaround ancient touch by rearranging argumentsBrandon Casey1-1/+1
2010-09-16ls-files documentation: reword for consistencyJunio C Hamano1-4/+4
2010-09-16git-ls-files.txt: clarify -x/--exclude optionJay Soffian1-2/+3
2010-09-15Git 1.7.3 rc2v1.7.3-rc2Junio C Hamano2-3/+9
2010-09-14git-gui 0.13gitgui-0.13.0Pat Thoyts1-1/+1
2010-09-13git-gui: avoid mis-encoding the copyright message on Windows.Pat Thoyts1-2/+2
2010-09-13git-gui: Update Swedish translation (521t).Peter Krefting1-399/+403
2010-09-13t7003: Use test_commit instead of custom functionBrian Gernhardt1-38/+41
2010-09-12ls-tree $di $dir: do not mistakenly recurse into directoriesJunio C Hamano2-0/+11
2010-09-12t3101: modernise styleJunio C Hamano1-62/+64
2010-09-12vcs-svn: Fix some printf format compiler warningsRamsay Jones3-5/+10
2010-09-11compat/nedmalloc: don't force NDEBUG on the rest of gitRené Scharfe1-1/+6
2010-09-10Git 1.7.3 rc1v1.7.3-rc1Junio C Hamano1-1/+1
2010-09-10Prepare for 1.7.3 rc1Junio C Hamano1-2/+10
2010-09-10config.txt: fix placement of diff.noprefixMark Lodato1-2/+3
2010-09-10t/t4018: avoid two unnecessary sub-shell invocationsBrandon Casey1-4/+4
2010-09-10t/t4018: test whether the word_regex patterns compileBrandon Casey1-0/+5
2010-09-10xdiff-interface.c: always trim trailing space from xfuncname matchesBrandon Casey1-3/+2
2010-09-10diff.c: call regfree to free memory allocated by regcomp when necessaryBrandon Casey1-1/+4
2010-09-10t/t5510-fetch.sh: improve testing with explicit URL and merge specBrandon Casey1-2/+28
2010-09-10builtin/fetch.c: comment that branch->remote_name is usable when has_mergeBrandon Casey1-0/+3
2010-09-10Makefile: use compat regex on IRIX 6.5Brandon Casey1-0/+2
2010-09-10t/t7008: workaround broken handling of \000 by printf on IRIXBrandon Casey1-7/+7
2010-09-10Add --src/dst-prefix to git-formt-patch in git-rebase.shOded Shimon1-0/+1
2010-09-10install-webdoc: keep installed RelNotes-*.txtJunio C Hamano1-1/+1
2010-09-10t1020: Get rid of 'cd "$HERE"' at the start of each testJens Lehmann1-41/+50
2010-09-10t2016 (checkout -p): add missing &&Jonathan Nieder1-1/+1
2010-09-10t1302 (core.repositoryversion): style tweaksJonathan Nieder1-24/+40
2010-09-10t2105 (gitfile): add missing &&Jonathan Nieder1-1/+1
2010-09-10t1450 (fsck): remove dangling objectsJonathan Nieder1-58/+82
2010-09-10tests: subshell indentation stylefixJonathan Nieder22-192/+260
2010-09-08fast-export: ensure that a renamed file is printed after all referencesJohannes Sixt1-1/+9
2010-09-07Documentation: move RelNotes into a directory of their ownNicolas Pitre111-107/+107
2010-09-07revert: Fix trivial comment style issueElijah Newren1-1/+0
2010-09-07cache_tree_free: Fix small memory leakElijah Newren1-1/+3
2010-09-07builtin/clean.c: Use STRING_LIST_INIT_NODUP.Thiago Farina1-1/+1
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann32-260/+256
2010-09-06t3404 & t7508: cd inside subshell instead of aroundJens Lehmann2-4/+4
2010-09-06tag.c: whitespace breakages fixJunio C Hamano1-9/+9
2010-09-06Fix whitespace issue in object.cJared Hance1-4/+4
2010-09-06t5505: add missing &&Jens Lehmann1-1/+1
2010-09-04parse_object: pass on the original sha1, not the replaced oneNguyễn Thái Ngọc Duy2-2/+2
2010-09-03RE: [PATCH] Avoid rename/add conflict when contents are identicalSchalk, Ken2-0/+41
2010-09-03Git 1.7.2.3v1.7.2.3Junio C Hamano3-9/+3
2010-09-03builtin/merge_recursive.c: Add an usage string and make use of it.Thiago Farina1-1/+4
2010-09-03t7406 & t7407: add missing && at end of linesJens Lehmann2-3/+3
2010-09-03t7405: cd inside subshell instead of aroundJens Lehmann1-11/+6