summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-305-23/+34
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-12-304-15/+19
| |\ \ \ \ \ \ \ \
| | * | | | | | | | textconv: stop leaking file descriptorsJeff King2009-12-301-0/+2
| | * | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-12-292-9/+11
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | commit: --cleanup is a message optionGreg Price2009-12-291-2/+4
| | | * | | | | | | t7102: make the test fail if one of its check failsNguyễn Thái Ngọc Duy2009-12-291-7/+7
| | * | | | | | | | git count-objects: handle packs bigger than 4GAndreas Schwab2009-12-291-6/+6
| * | | | | | | | | Documentation: always respect core.worktree if setNguyễn Thái Ngọc Duy2009-12-291-8/+15
* | | | | | | | | | Merge branch 'jk/1.7.0-status'Junio C Hamano2009-12-2711-95/+672
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano2009-12-124-5/+13
| * | | | | | | | | | commit/status: "git add <path>" is not necessarily how to resolveJunio C Hamano2009-12-122-2/+2
| * | | | | | | | | | commit/status: check $GIT_DIR/MERGE_HEAD only onceJunio C Hamano2009-12-121-6/+4
| * | | | | | | | | | t7508-status: test all modes with colorMichael J Gruber2009-12-083-44/+156
| * | | | | | | | | | t7508-status: status --porcelain ignores relative paths settingMichael J Gruber2009-12-081-0/+18
| * | | | | | | | | | status: reduce duplicated setup codeJeff King2009-12-072-12/+9
| * | | | | | | | | | status: disable color for porcelain formatJeff King2009-12-073-2/+9
| * | | | | | | | | | status -s: obey color.statusMichael J Gruber2009-12-052-7/+18
| * | | | | | | | | | builtin-commit: refactor short-status code into wt-status.cMichael J Gruber2009-12-053-97/+95
| * | | | | | | | | | t7508-status.sh: Add tests for status -sMichael J Gruber2009-11-271-0/+166
| * | | | | | | | | | status -s: respect the status.relativePaths optionMichael J Gruber2009-11-262-2/+4
| * | | | | | | | | | docs: note that status configuration affects only long formatJeff King2009-09-051-5/+5
| * | | | | | | | | | commit: support alternate status formatsJeff King2009-09-052-7/+46
| * | | | | | | | | | status: add --porcelain output formatJeff King2009-09-052-3/+15
| * | | | | | | | | | status: refactor format option parsingJeff King2009-09-051-7/+14
| * | | | | | | | | | status: refactor short-mode printing to its own functionJeff King2009-09-051-20/+25
| * | | | | | | | | | status: typo fix in usageJeff King2009-09-051-1/+1
| * | | | | | | | | | git status: not "commit --dry-run" anymoreJunio C Hamano2009-08-229-50/+89
| * | | | | | | | | | git stat -s: short status outputJunio C Hamano2009-08-221-8/+106
| * | | | | | | | | | git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano2009-08-226-14/+75
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'nf/maint-fix-index-ext-len-on-be64' into maintJunio C Hamano2009-12-271-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | read_index(): fix reading extension size on BE 64-bit archsNathaniel W Filardo2009-12-271-1/+1
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-265-29/+46
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Makefile: FreeBSD (both 7 and 8) needs OLD_ICONVJunio C Hamano2009-12-261-0/+1
| * | | | | | | | | | | Start 1.6.6.X maintenance trackJunio C Hamano2009-12-262-1/+16
| * | | | | | | | | | | Merge branch 'jc/maint-obsd46' into maintJunio C Hamano2009-12-262-29/+29
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | t4019 "grep" portability fixJunio C Hamano2009-12-261-28/+28
| | * | | | | | | | | | | t1200: work around a bug in some implementations of "find"Junio C Hamano2009-12-261-1/+1
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | Add git-http-backend to command-list.Tarmigan Casebolt2009-12-261-0/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Kick off 1.7.0 cycleJunio C Hamano2009-12-263-2/+66
* | | | | | | | | | | Merge branch 'gb/1.7.0-diff-whitespace-only-output'Junio C Hamano2009-12-262-10/+39
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | No diff -b/-w output for all-whitespace changesGreg Bacon2009-11-202-10/+39
* | | | | | | | | | | | Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano2009-12-268-13/+105
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | diff.c: fix typoes in commentsJim Meyering2009-08-301-2/+2
| * | | | | | | | | | | | Make test case number uniqueJohannes Sixt2009-08-271-0/+0
| * | | | | | | | | | | | diff: Rename QUIET internal option to QUICKJunio C Hamano2009-07-297-9/+9
| * | | | | | | | | | | | diff: change semantics of "ignore whitespace" optionsJunio C Hamano2009-07-294-4/+97
* | | | | | | | | | | | | Merge branch 'jc/1.7.0-push-safety'Junio C Hamano2009-12-268-58/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Refuse deleting the current branch via pushJunio C Hamano2009-07-292-25/+14
| * | | | | | | | | | | | | Refuse updating the current branch in a non-bare repository via pushJunio C Hamano2009-07-298-33/+40