summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | sequencer.c: drop 'const' from function return typelb/rebase-i-short-command-namesJunio C Hamano2017-12-271-1/+1
| * | | | | | | | | | t3404: add test case for abbreviated commandsLiam Beguin2017-12-051-0/+22
| * | | | | | | | | | rebase -i: learn to abbreviate command namesLiam Beguin2017-12-054-2/+38
| * | | | | | | | | | rebase -i -x: add exec commands via the rebase--helperLiam Beguin2017-12-054-23/+47
| * | | | | | | | | | rebase -i: update functions to use a flags parameterLiam Beguin2017-12-053-13/+17
| * | | | | | | | | | rebase -i: replace reference to sha1 with oidLiam Beguin2017-12-051-5/+5
| * | | | | | | | | | rebase -i: refactor transform_todo_idsLiam Beguin2017-12-053-44/+31
| * | | | | | | | | | rebase -i: set commit to null in exec commandsLiam Beguin2017-12-041-0/+1
| * | | | | | | | | | Documentation: use preferred name for the 'todo list' scriptLiam Beguin2017-12-041-2/+2
| * | | | | | | | | | Documentation: move rebase.* configs to new fileLiam Beguin2017-12-043-48/+34
* | | | | | | | | | | Merge branch 'tb/check-crlf-for-safe-crlf'Junio C Hamano2017-12-272-10/+86
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t0027: Adapt the new MIX tests to Windowstb/check-crlf-for-safe-crlfTorsten Bögershausen2017-12-081-8/+9
| * | | | | | | | | | | convert: tighten the safe autocrlf handlingTorsten Bögershausen2017-11-272-10/+85
* | | | | | | | | | | | Merge branch 'jh/object-filtering'Junio C Hamano2017-12-2720-53/+1735
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rev-list: support --no-filter argumentJeff Hostetler2017-12-052-5/+14
| * | | | | | | | | | | | list-objects-filter-options: support --no-filterJeff Hostetler2017-12-053-3/+20
| * | | | | | | | | | | | list-objects-filter-options: fix 'keword' typo in commentChristian Couder2017-12-051-1/+1
| * | | | | | | | | | | | pack-objects: add list-objects filteringJeff Hostetler2017-11-223-2/+456
| * | | | | | | | | | | | rev-list: add list-objects filtering supportJeff Hostetler2017-11-224-3/+370
| * | | | | | | | | | | | list-objects: filter objects in traverse_commit_listJeff Hostetler2017-11-228-17/+711
| * | | | | | | | | | | | oidset: add iterator methods to oidsetJeff Hostetler2017-11-222-0/+46
| * | | | | | | | | | | | oidmap: add oidmap iterator methodsJeff Hostetler2017-11-221-0/+22
| * | | | | | | | | | | | dir: allow exclusions from blob in addition to fileJeff Hostetler2017-11-222-31/+104
* | | | | | | | | | | | | RelNotes: the tenth batchJunio C Hamano2017-12-191-0/+46
* | | | | | | | | | | | | Merge branch 'ls/editor-waiting-message'Junio C Hamano2017-12-197-7/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | launch_editor(): indicate that Git waits for user inputls/editor-waiting-messageLars Schneider2017-12-074-0/+30
| * | | | | | | | | | | | | refactor "dumb" terminal determinationLars Schneider2017-12-044-7/+11
* | | | | | | | | | | | | | Merge branch 'sg/setup-doc-update'Junio C Hamano2017-12-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | setup.c: fix comment about order of .git directory discoverysg/setup-doc-updateSZEDER Gábor2017-12-071-1/+1
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'ar/unconfuse-three-dots'Junio C Hamano2017-12-1925-24/+458
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t2020: test variations that matterar/unconfuse-three-dotsJunio C Hamano2017-12-061-3/+3
| * | | | | | | | | | | | | | t4013: test new output from diff --abbrev --rawAnn T Ropea2017-12-0615-1/+253
| * | | | | | | | | | | | | | diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 valueAnn T Ropea2017-12-061-1/+7
| * | | | | | | | | | | | | | t4013: prepare for upcoming "diff --raw --abbrev" output format changeAnn T Ropea2017-12-061-6/+23
| * | | | | | | | | | | | | | checkout: describe_detached_head: remove ellipsis after committishAnn T Ropea2017-12-063-3/+132
| * | | | | | | | | | | | | | print_sha1_ellipsis: introduce helperAnn T Ropea2017-12-046-3/+33
| * | | | | | | | | | | | | | Documentation: user-manual: limit usage of ellipsisAnn T Ropea2017-12-041-10/+10
| * | | | | | | | | | | | | | Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line wit...Ann T Ropea2017-12-041-1/+1
* | | | | | | | | | | | | | | Merge branch 'tg/worktree-create-tracking'Junio C Hamano2017-12-198-51/+277
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | add worktree.guessRemote config optionThomas Gummerer2017-12-064-2/+56
| * | | | | | | | | | | | | | | worktree: add --guess-remote flag to add subcommandThomas Gummerer2017-12-063-0/+46
| * | | | | | | | | | | | | | | worktree: make add <path> <branch> dwimThomas Gummerer2017-11-273-0/+43
| * | | | | | | | | | | | | | | worktree: add --[no-]track option to the add subcommandThomas Gummerer2017-11-273-0/+65
| * | | | | | | | | | | | | | | worktree: add can be created from any commit-ishThomas Gummerer2017-11-271-10/+10
| * | | | | | | | | | | | | | | checkout: factor out functions to new lib fileThomas Gummerer2017-11-274-40/+58
* | | | | | | | | | | | | | | | Merge branch 'gk/tracing-optimization'Junio C Hamano2017-12-192-40/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | trace: improve performance while category is disabledgk/tracing-optimizationGennady Kupava2017-12-062-20/+42
| * | | | | | | | | | | | | | | | trace: remove trace key normalizationGennady Kupava2017-11-272-21/+7
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-12-192-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | diff-tree: read the index so attribute checks work in bare repositoriesbw/submodule-config-cleanupBrandon Williams2017-12-062-0/+19