aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | t4150: am with applypatch-msg hookPaul Tan2015-07-20
| * | | | | | | | | | | | | | t4150: am --resolved fails if index has unmerged entriesPaul Tan2015-07-20
| * | | | | | | | | | | | | | t4150: am --resolved fails if index has no changesPaul Tan2015-07-20
| * | | | | | | | | | | | | | t4150: am refuses patches when pausedPaul Tan2015-07-20
| * | | | | | | | | | | | | | t4151: am --abort will keep dirty index intactPaul Tan2015-07-20
| * | | | | | | | | | | | | | t4150: am fails if index is dirtyPaul Tan2015-07-20
| * | | | | | | | | | | | | | t4150: am.messageid really adds the message idPaul Tan2015-07-07
* | | | | | | | | | | | | | | Merge branch 'sg/bash-prompt-untracked-optim'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | bash prompt: faster untracked status indicator with untracked directoriesSZEDER Gábor2015-07-20
| * | | | | | | | | | | | | | | bash prompt: test untracked files status indicator with untracked dirsSZEDER Gábor2015-07-20
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'cb/uname-in-untracked'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | untracked: fix detection of uname(2) failureCharles Bailey2015-07-17
* | | | | | | | | | | | | | | | Merge branch 'se/doc-checkout-ours-theirs'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | checkout: document subtlety around --ours/--theirsSimon A. Eugster2015-07-12
* | | | | | | | | | | | | | | | | Merge branch 'ib/scripted-parse-opt-better-hint-string'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | rev-parse --parseopt: allow [*=?!] in argument hintsIlya Bobyr2015-07-15
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'mh/fast-import-optimize-current-from'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | fast-import: do less work when given "from" matches current branch headMike Hommey2015-07-13
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'kn/tag-doc-fix'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Documentation/tag: remove double occurance of "<pattern>"Karthik Nayak2015-07-10
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'mh/fast-import-get-mark'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | fast-import: add a get-mark commandMichael Haggerty2015-07-01
* | | | | | | | | | | | | | | | | | Merge branch 'gr/rebase-i-drop-warn'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | git rebase -i: add static check for commands and SHA-1Galan Rémi2015-06-30
| * | | | | | | | | | | | | | | | | | git rebase -i: warn about removed commitsGalan Rémi2015-06-30
| * | | | | | | | | | | | | | | | | | git-rebase -i: add command "drop" to remove a commitGalan Rémi2015-06-30
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/commit-slab'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | commit-slab: introduce slabname##_peek() functionJunio C Hamano2015-05-22
| | |_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'dt/log-follow-config'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | log: add "log.follow" configuration variableDavid Turner2015-07-09
* | | | | | | | | | | | | | | | | | | | Merge branch 'gp/status-rebase-i-info'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | status: add new tests for status during rebase -iGuillaume Pagès2015-07-06
| * | | | | | | | | | | | | | | | | | | | status: give more information during rebase -iGuillaume Pagès2015-07-06
| * | | | | | | | | | | | | | | | | | | | status: differentiate interactive from non-interactive rebasesGuillaume Pagès2015-06-30
| * | | | | | | | | | | | | | | | | | | | status: factor two rebase-related messages togetherGuillaume Pagès2015-06-30
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/cat-file-batch-all'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | cat-file: sort and de-dup output of --batch-all-objectsJeff King2015-06-26
| * | | | | | | | | | | | | | | | | | | | | cat-file: add --batch-all-objects optionJeff King2015-06-22
| * | | | | | | | | | | | | | | | | | | | | cat-file: split batch_one_object into two stagesJeff King2015-06-22
| * | | | | | | | | | | | | | | | | | | | | cat-file: stop returning value from batch_one_objectJeff King2015-06-22
| * | | | | | | | | | | | | | | | | | | | | cat-file: add --buffer optionJeff King2015-06-22
| * | | | | | | | | | | | | | | | | | | | | cat-file: move batch_options definition to top of fileJeff King2015-06-22
| * | | | | | | | | | | | | | | | | | | | | cat-file: minor style fix in options listJeff King2015-06-22
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/maint-for-each-packed-object' into jk/cat-file-batch-allJunio C Hamano2015-06-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/fsck-opt'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | fsck: support ignoring objects in `git fsck` via fsck.skiplistJohannes Schindelin2015-06-23
| * | | | | | | | | | | | | | | | | | | | | | | fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin2015-06-23
| * | | | | | | | | | | | | | | | | | | | | | | fsck: introduce `git fsck --connectivity-only`Johannes Schindelin2015-06-23
| * | | | | | | | | | | | | | | | | | | | | | | fsck: support demoting errors to warningsJohannes Schindelin2015-06-23
| * | | | | | | | | | | | | | | | | | | | | | | fsck: document the new receive.fsck.<msg-id> optionsJohannes Schindelin2015-06-23