summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix per-directory exclude handing for "git add"Junio C Hamano2007-11-162-2/+28
* Documentation: customize diff-options depending on particular commandSergei Organov2007-11-153-1/+25
* git-ls-files: add --exclude-standardJeff King2007-11-153-6/+13
* Remove unreachable statementsGuido Ostkamp2007-11-154-6/+0
* refs.c: Remove unused get_ref_sha1()Johannes Sixt2007-11-152-15/+0
* core.excludesfile clean-upJunio C Hamano2007-11-147-34/+25
* Merge branch 'sp/fetch-fix'Junio C Hamano2007-11-146-9/+137
|\
| * git-fetch: avoid local fetching from alternate (again)Shawn O. Pearce2007-11-112-2/+100
| * rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce2007-11-112-4/+31
| * run-command: Support sending stderr to /dev/nullShawn O. Pearce2007-11-112-2/+5
| * git-fetch: Always fetch tags if the object they reference existsShawn O. Pearce2007-11-111-1/+1
| * Merge branch 'sp/maint-plug-traverse-commit-list-leak' into sp/fetch-fixJunio C Hamano2007-11-111-0/+7
| |\
* | \ Merge branch 'bs/maint-commit-options'Junio C Hamano2007-11-142-2/+12
|\ \ \
| * | | git-commit: Add tests for invalid usage of -a/--interactive with pathsBjörn Steinbrink2007-11-121-0/+10
| * | | git-commit.sh: Fix usage checks regarding paths given when they do not make s...Björn Steinbrink2007-11-051-2/+2
* | | | Merge branch 'rv/maint-index-commit'Junio C Hamano2007-11-142-1/+33
|\ \ \ \
| * | | | Make GIT_INDEX_FILE apply to git-commitRémi Vanicat2007-11-112-1/+33
* | | | | Merge branch 'bs/maint-t7005'Junio C Hamano2007-11-141-3/+2
|\ \ \ \ \
| * | | | | t7005-editor.sh: Don't invoke real vi when it is in GIT_EXEC_PATHBjörn Steinbrink2007-11-111-3/+2
| |/ / / /
* | | | | Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-1410-38/+92
|\ \ \ \ \
| * | | | | t2200: test more cases of "add -u"Junio C Hamano2007-11-111-2/+28
| * | | | | git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano2007-11-104-3/+8
| * | | | | ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano2007-11-108-34/+57
* | | | | | Merge branch 'mh/retag'Junio C Hamano2007-11-142-3/+51
|\ \ \ \ \ \
| * | | | | | Add tests for git tagMike Hommey2007-11-051-0/+16
| * | | | | | Reuse previous annotation when overwriting a tagMike Hommey2007-11-051-3/+35
* | | | | | | Merge branch 'jc/stash-create'Junio C Hamano2007-11-142-14/+31
|\ \ \ \ \ \ \
| * | | | | | | git-stash: Fix listing stashesEmil Medve2007-11-071-1/+5
| * | | | | | | git-merge: no reason to use cpio anymoreJunio C Hamano2007-11-011-6/+5
| * | | | | | | Revert "rebase: allow starting from a dirty tree."Junio C Hamano2007-11-011-58/+14
| * | | | | | | rebase: allow starting from a dirty tree.Junio C Hamano2007-09-141-14/+58
| * | | | | | | stash: implement "stash create"Junio C Hamano2007-09-141-7/+21
* | | | | | | | Merge branch 'bg/format-patch-N'Junio C Hamano2007-11-144-5/+139
|\ \ \ \ \ \ \ \
| * | | | | | | | Rearrange git-format-patch synopsis to improve clarity.David Symonds2007-11-051-1/+2
| * | | | | | | | format-patch: Test --[no-]numbered and format.numberedBrian Gernhardt2007-11-041-0/+106
| * | | | | | | | format-patch: Add configuration and off switch for --numberedBrian Gernhardt2007-11-043-5/+32
* | | | | | | | | Merge branch 'np/progress'Junio C Hamano2007-11-147-93/+134
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nicer display of thin pack completionNicolas Pitre2007-11-083-11/+19
| * | | | | | | | | make display of total transferred fully accurateNicolas Pitre2007-11-071-25/+39
| * | | | | | | | | remove dead code from the csum-file interfaceNicolas Pitre2007-11-052-15/+5
| * | | | | | | | | git-fetch: be even quieter.Pierre Habouzit2007-11-051-14/+19
| * | | | | | | | | make display of total transferred more accurateNicolas Pitre2007-11-055-28/+29
| * | | | | | | | | sideband.c: ESC is spelled '\033' not '\e' for portability.Nicolas Pitre2007-11-051-1/+1
| * | | | | | | | | fix display overlap between remote and local progressNicolas Pitre2007-11-041-14/+37
| |/ / / / / / / /
* | | | | | | | | Merge branch 'js/rebase-detached'Junio C Hamano2007-11-143-7/+79
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rebase: fix "rebase --continue" breakageJohannes Schindelin2007-11-122-1/+22
| * | | | | | | | | rebase: operate on a detached HEADJohannes Schindelin2007-11-092-6/+57
* | | | | | | | | | Merge branch 'rs/pretty'Junio C Hamano2007-11-145-135/+284
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix preprocessor logic that determines the availablity of strchrnul().Johannes Sixt2007-11-121-1/+7
| * | | | | | | | | | Simplify strchrnul() compat codeAndreas Ericsson2007-11-113-23/+7