Age | Commit message (Expand) | Author | Files | Lines |
2013-09-09 | git-config: always treat --int as 64-bit internally | Jeff King | 1 | -0/+7 |
2013-09-09 | config: make numeric parsing errors more clear | Jeff King | 2 | -4/+4 |
2013-09-09 | branch.c: Relax unnecessary requirement on upstream's remote ref name | Per Cederqvist | 1 | -1/+1 |
2013-09-09 | t3200: Add test demonstrating minor regression in 41c21f2 | Johan Herland | 1 | -0/+34 |
2013-09-09 | t3200: Minor fix when preparing for tracking failure | Johan Herland | 1 | -1/+2 |
2013-09-09 | t2024: Fix &&-chaining and a couple of typos | Johan Herland | 1 | -3/+3 |
2013-09-09 | git: run in a directory given with -C option | Nazri Ramliy | 1 | -0/+82 |
2013-09-09 | git_remote_helpers: remove little used Python library | John Keeping | 2 | -178/+0 |
2013-09-06 | status: add missing blank line after list of "other" files | Matthieu Moy | 1 | -0/+21 |
2013-09-06 | tests: don't set status.displayCommentPrefix file-wide | Matthieu Moy | 3 | -813/+793 |
2013-09-06 | status: disable display of '#' comment prefix by default | Matthieu Moy | 4 | -6/+67 |
2013-09-06 | submodule summary: ignore --for-status option | Matthieu Moy | 1 | -7/+5 |
2013-09-05 | typofix: cherry is spelled with two ars | Junio C Hamano | 2 | -2/+2 |
2013-09-05 | Merge branch 'nd/fetch-pack-shallow-fix' into maint | Junio C Hamano | 1 | -0/+16 |
2013-09-04 | typofix: commit is spelled with two ems | Junio C Hamano | 2 | -8/+8 |
2013-09-04 | use 'commit-ish' instead of 'committish' | Richard Hansen | 1 | -3/+3 |
2013-09-04 | pull: allow pull to preserve merges when rebasing | Stephen Haberman | 1 | -0/+89 |
2013-09-04 | Merge branch 'jl/some-submodule-config-are-not-boolean' | Junio C Hamano | 1 | -0/+10 |
2013-09-04 | Merge branch 'sg/bash-prompt-lf-in-cwd-test' | Junio C Hamano | 1 | -0/+23 |
2013-09-04 | Merge branch 'mm/no-shell-escape-in-die-message' | Junio C Hamano | 1 | -0/+13 |
2013-09-04 | Merge branch 'tr/fd-gotcha-fixes' | Junio C Hamano | 1 | -0/+4 |
2013-09-04 | Merge branch 'jk/fast-import-empty-ls' | Junio C Hamano | 1 | -0/+65 |
2013-09-04 | t5308: check that index-pack --strict detects duplicate objects | Jeff King | 1 | -0/+7 |
2013-09-03 | peel_onion(): add support for <rev>^{tag} | Richard Hansen | 1 | -0/+7 |
2013-09-03 | rev-parse test: use standard test functions for setup | Felipe Contreras | 1 | -9/+9 |
2013-09-03 | rev-parse test: use test_cmp instead of "test" builtin | Jonathan Nieder | 1 | -14/+19 |
2013-09-03 | rev-parse test: use test_must_fail, not "if <command>; then false; fi" | Felipe Contreras | 1 | -2/+2 |
2013-09-03 | rev-parse test: modernize quoting and whitespace | Felipe Contreras | 1 | -16/+58 |
2013-09-03 | t: branch: fix broken && chains | Felipe Contreras | 1 | -4/+4 |
2013-09-03 | t: branch: fix typo | Felipe Contreras | 1 | -1/+1 |
2013-09-03 | t: branch: trivial style fix | Felipe Contreras | 1 | -1/+2 |
2013-09-03 | transport-helper: add no-private-update capability | Matthieu Moy | 1 | -0/+11 |
2013-09-03 | Make setup_git_env() resolve .git file when $GIT_DIR is not specified | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2013-08-30 | Merge branch 'bc/completion-for-bash-3.0' | Junio C Hamano | 1 | -1/+1 |
2013-08-30 | Merge branch 'nd/fetch-pack-shallow-fix' | Junio C Hamano | 1 | -0/+16 |
2013-08-28 | write_index: optionally allow broken null sha1s | Jeff King | 1 | -0/+49 |
2013-08-28 | mailmap: handle mailmap blobs without trailing newlines | Jeff King | 1 | -1/+15 |
2013-08-28 | Add testcase for needless objects during a shallow fetch | Matthijs Kooijman | 1 | -0/+11 |
2013-08-28 | upload-pack: delegate rev walking in shallow fetch to pack-objects | Nguyễn Thái Ngọc Duy | 1 | -3/+0 |
2013-08-27 | Set core.precomposeunicode to true on e.g. HFS+ | Torsten Bögershausen | 3 | -2/+2 |
2013-08-26 | status: always show tracking branch even no change | Jiang Xin | 1 | -1/+33 |
2013-08-26 | branch: report invalid tracking branch as gone | Jiang Xin | 1 | -4/+53 |
2013-08-25 | rebase -i: fix short SHA-1 collision | Junio C Hamano | 1 | -1/+1 |
2013-08-25 | t3404: rebase -i: demonstrate short SHA-1 collision | Eric Sunshine | 1 | -0/+24 |
2013-08-25 | t3404: make tests more self-contained | Eric Sunshine | 1 | -2/+63 |
2013-08-25 | fetch-pack: do not remove .git/shallow file when --depth is not specified | Nguyễn Thái Ngọc Duy | 1 | -0/+16 |
2013-08-24 | reset test: modernize style | Jonathan Nieder | 1 | -7/+24 |
2013-08-24 | t/t7106-reset-unborn-branch.sh: Add PERL prerequisite | Kacper Kornet | 1 | -1/+1 |
2013-08-24 | add -i test: use skip_all instead of repeated PERL prerequisite | Jonathan Nieder | 1 | -35/+41 |
2013-08-24 | Make test "using invalid commit with -C" more strict | Kacper Kornet | 1 | -1/+1 |