summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* read_and_strip_branch: fix typo'd address-of operatorjk/status-read-branch-name-fixJeff King2015-01-281-1/+1
* wt-status: move strbuf into read_and_strip_branch()Nguyễn Thái Ngọc Duy2013-03-162-37/+32
* Merge branch 'jc/reflog-reverse-walk' into nd/branch-show-rebase-bisect-stateJunio C Hamano2013-03-133-77/+134
|\
| * reflog: add for_each_reflog_ent_reverse() APIJunio C Hamano2013-03-083-47/+105
| * for_each_recent_reflog_ent(): simplify opening of a reflog fileJunio C Hamano2013-03-081-3/+1
| * for_each_reflog_ent(): extract a helper to process a single entryJunio C Hamano2013-03-081-29/+30
* | status: show the branch name if possible in in-progress infoNguyễn Thái Ngọc Duy2013-02-053-41/+142
* | Update draft release notes to 1.8.2Junio C Hamano2013-02-011-1/+41
* | Merge branch 'nd/edit-branch-desc-while-detached'Junio C Hamano2013-02-011-4/+4
|\ \
| * | branch: no detached HEAD check when editing another branch's descriptionNguyễn Thái Ngọc Duy2013-01-301-4/+4
| |/
* | Merge branch 'jk/gc-auto-after-fetch'Junio C Hamano2013-02-012-0/+8
|\ \
| * \ Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetchJunio C Hamano2013-01-262-0/+8
| |\ \
| | * | fetch-pack: avoid repeatedly re-scanning pack directoryJeff King2013-01-261-0/+3
| | * | fetch: run gc --auto after fetchingJeff King2013-01-261-0/+5
| | |/
* | | Merge branch 'bc/git-p4-for-python-2.4'Junio C Hamano2013-02-013-11/+35
|\ \ \
| * | | INSTALL: git-p4 does not support Python 3Junio C Hamano2013-01-301-2/+3
| * | | git-p4.py: support Python 2.4Brandon Casey2013-01-263-9/+31
| * | | git-p4.py: support Python 2.5Brandon Casey2013-01-262-2/+3
| |/ /
* | | Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname'Junio C Hamano2013-02-011-1/+5
|\ \ \
| * | | ident: do not drop username when reading from /etc/mailnameJonathan Nieder2013-01-251-1/+5
| | |/ | |/|
* | | Merge branch 'jk/cvsimport-does-not-work-with-cvsps3'Junio C Hamano2013-02-011-0/+6
|\ \ \
| * | | git-cvsimport.txt: cvsps-2 is deprecatedJohn Keeping2013-01-241-0/+6
* | | | Merge branch 'jc/do-not-let-random-file-interfere-with-completion-tests'Junio C Hamano2013-02-012-2/+34
|\ \ \ \
| * | | | t9902: protect test from stray build artifactsJunio C Hamano2013-01-242-2/+34
| |/ / /
* | | | Merge branch 'as/test-cleanup'Junio C Hamano2013-02-011-20/+21
|\ \ \ \
| * | | | t7102 (reset): don't hardcode SHA-1 in expected outputsAlexey Shumkin2013-01-241-20/+21
| |/ / /
* | | | Merge branch 'jc/no-git-config-in-clone'Junio C Hamano2013-02-011-9/+0
|\ \ \ \
| * | | | clone: do not export and unexport GIT_CONFIGJunio C Hamano2013-01-111-9/+0
* | | | | Merge branch 'nd/fetch-depth-is-broken'Junio C Hamano2013-02-018-12/+85
|\ \ \ \ \
| * | | | | fetch: elaborate --depth actionNguyễn Thái Ngọc Duy2013-01-111-1/+1
| * | | | | upload-pack: fix off-by-one depth calculation in shallow cloneNguyễn Thái Ngọc Duy2013-01-112-7/+26
| * | | | | fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy2013-01-117-4/+58
* | | | | | Merge git://ozlabs.org/~paulus/gitkJunio C Hamano2013-01-302-2/+16
|\ \ \ \ \ \
| * | | | | | gitk: Ignore gitk-wish buildproductChristian Couder2013-01-302-2/+16
* | | | | | | Merge branch 'rr/minimal-stat'Junio C Hamano2013-01-305-10/+28
|\ \ \ \ \ \ \
| * | | | | | | Enable minimal stat checkingRobin Rosenberg2013-01-225-10/+28
* | | | | | | | Merge branch 'nd/magic-pathspec-from-root'Junio C Hamano2013-01-303-3/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | grep: avoid accepting ambiguous revisionNguyễn Thái Ngọc Duy2013-01-211-0/+2
| * | | | | | | | Update :/abc ambiguity checkNguyễn Thái Ngọc Duy2013-01-212-3/+23
* | | | | | | | | Merge branch 'maint'Junio C Hamano2013-01-301-8/+7
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'tb/t0050-maint' into maintJunio C Hamano2013-01-301-35/+17
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'nd/fix-directory-attrs-off-by-one' into maintJunio C Hamano2013-01-291-20/+18
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'ph/rebase-preserve-all-merges' into maintJunio C Hamano2013-01-291-1/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | README: update stale and/or incorrect informationJunio C Hamano2013-01-291-8/+7
* | | | | | | | | | | | | Update draft release notes to 1.8.2Junio C Hamano2013-01-281-30/+12
* | | | | | | | | | | | | Sync with 1.8.1.2Junio C Hamano2013-01-281-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Git 1.8.1.2v1.8.1.2Junio C Hamano2013-01-282-1/+13
| * | | | | | | | | | | | Merge branch 'ss/help-htmlpath-config-doc' into maintJunio C Hamano2013-01-281-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/attr-debug-fix' into maintJunio C Hamano2013-01-281-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ds/completion-silence-in-tree-path-probe' into maintJunio C Hamano2013-01-281-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \