index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compat
/
basename.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-24
push: further simplify the logic to assign rejection reason
Junio C Hamano
1
-16
/
+11
2013-01-24
push: further clean up fields of "struct ref"
Junio C Hamano
3
-14
/
+8
2013-01-16
push: fix "refs/tags/ hierarchy cannot be updated without --force"
Junio C Hamano
3
-58
/
+7
2012-12-03
push: allow already-exists advice to be disabled
Chris Rorvick
4
-2
/
+11
2012-12-03
push: rename config variable for more general use
Chris Rorvick
4
-7
/
+10
2012-12-03
push: cleanup push rules comment
Chris Rorvick
1
-15
/
+17
2012-12-02
push: clarify rejection of update to non-commit-ish
Chris Rorvick
1
-0
/
+5
2012-12-02
push: require force for annotated tags
Chris Rorvick
3
-7
/
+35
2012-12-02
push: require force for refs under refs/tags/
Chris Rorvick
9
-13
/
+62
2012-12-02
push: flag updates that require force
Chris Rorvick
3
-5
/
+12
2012-12-02
push: keep track of "update" state separately
Chris Rorvick
2
-7
/
+12
2012-12-02
push: add advice for rejected tag reference
Chris Rorvick
5
-0
/
+25
2012-12-02
push: return reject reasons as a bitset
Chris Rorvick
4
-24
/
+19
2012-10-29
Add -S, --gpg-sign option to manpage of "git commit"
Tom Jones
1
-1
/
+5
2012-10-29
fetch-pack: move core code to libgit.a
Nguyễn Thái Ngọc Duy
3
-948
/
+952
2012-10-29
submodule status: remove unused orig_* variables
Jens Lehmann
1
-3
/
+1
2012-10-29
t7407: Fix recursive submodule test
Phil Hord
1
-2
/
+2
2012-10-29
fetch-pack: remove global (static) configuration variable "args"
Nguyễn Thái Ngọc Duy
1
-77
/
+83
2012-10-29
send-pack: move core code to libgit.a
Nguyễn Thái Ngọc Duy
4
-333
/
+350
2012-10-29
Move setup_diff_pager to libgit.a
Nguyễn Thái Ngọc Duy
7
-53
/
+52
2012-10-29
Move print_commit_list to libgit.a
Nguyễn Thái Ngọc Duy
4
-14
/
+14
2012-10-29
Move estimate_bisect_steps to libgit.a
Nguyễn Thái Ngọc Duy
2
-39
/
+38
2012-10-29
Move try_merge_command and checkout_fast_forward to libgit.a
Nguyễn Thái Ngọc Duy
6
-112
/
+125
2012-10-29
parse_dirstat_params(): use string_list to split comma-separated string
Michael Haggerty
1
-19
/
+21
2012-10-29
Documentation: improve the example of overriding LESS via core.pager
Patrick Palka
1
-4
/
+4
2012-10-29
doc: git-reset: make "<mode>" optional
Krzysztof Mazur
1
-4
/
+4
2012-10-28
Fix t9200 on case insensitive file systems
Torsten Bögershausen
1
-1
/
+1
2012-10-28
mailmap: avoid out-of-bounds memory access
Romain Francoise
1
-1
/
+1
2012-10-26
submodule add: fix handling of --reference=<repo> option
Stefan Zager
1
-1
/
+0
2012-10-26
Document git-svn fetch --log-window-size parameter
Gunnlaugur Þór Briem
1
-0
/
+7
2012-10-26
Use character class for sed expression instead of \s
Ben Walton
1
-1
/
+1
2012-10-25
configure: fix some output message
Stefano Lattarini
1
-2
/
+2
2012-10-25
Doc repository-layout: Show refs/replace
Philip Oakley
1
-0
/
+6
2012-10-25
Documentation: remote tracking branch -> remote-tracking branch
Matthieu Moy
4
-6
/
+6
2012-10-25
git-send-email: add rfc2047 quoting for "=?"
Krzysztof Mazur
1
-1
/
+1
2012-10-25
git-send-email: introduce quote_subject()
Krzysztof Mazur
1
-6
/
+19
2012-10-25
git-send-email: skip RFC2047 quoting for ASCII subjects
Krzysztof Mazur
2
-1
/
+19
2012-10-25
git-send-email: use compose-encoding for Subject
Krzysztof Mazur
2
-4
/
+18
2012-10-25
git-pull: Avoid merge-base on detached head
Phil Hord
1
-0
/
+1
2012-10-21
Git 1.8.0
v1.8.0
Junio C Hamano
3
-10
/
+19
2012-10-19
Fix potential hang in https handshake
Stefan Zager
1
-0
/
+12
2012-10-19
tree-walk: use enum interesting instead of integer
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2012-10-19
filter-branch: use git-sh-setup's ident parsing functions
Jeff King
2
-35
/
+16
2012-10-19
git-sh-setup: refactor ident-parsing functions
Jeff King
1
-19
/
+43
2012-10-19
status: add --long output format option
Jeff King
3
-6
/
+30
2012-10-18
branch: show targets of deleted symrefs, not sha1s
René Scharfe
2
-11
/
+13
2012-10-18
branch: skip commit checks when deleting symref branches
René Scharfe
2
-2
/
+17
2012-10-18
branch: delete symref branch, not its target
René Scharfe
2
-1
/
+12
2012-10-18
branch: factor out delete_branch_config()
René Scharfe
1
-5
/
+10
2012-10-18
branch: factor out check_branch_commit()
René Scharfe
1
-12
/
+21
[next]