Sign in
googlers
/
jrn
/
git
/
b65dc2cebd6ac7d869895297ed5061af15428544
/
revision.h
9b6606f
Merge branch 'gs/commit-graph-path-filter'
by Junio C Hamano
· 5 years ago
9af3a7c
Merge branch 'ds/revision-show-pulls'
by Junio C Hamano
· 5 years ago
8d049e1
revision: --show-pulls adds helpful merges
by Derrick Stolee
· 5 years ago
19d097e
format-patch: teach --no-encode-email-headers
by Emma Brooks
· 5 years ago
a56b946
revision.c: use Bloom filters to speed up path based revision walks
by Garima Singh
· 5 years ago
17066be
Merge branch 'dl/format-patch-notes-config-fixup'
by Junio C Hamano
· 5 years ago
26c816a
Merge branch 'hw/doc-in-header'
by Junio C Hamano
· 5 years ago
1d72975
notes: break set_display_notes() into smaller functions
by Denton Liu
· 5 years ago
4982516
revision: make get_revision_mark() return const pointer
by Denton Liu
· 5 years ago
301d595
revision: move doc to revision.h
by Heba Waly
· 5 years ago
c425d36
Merge branch 'en/combined-all-paths'
by Junio C Hamano
· 6 years ago
d76ce4f
log,diff-tree: add --combined-all-paths option
by Elijah Newren
· 6 years ago
5fda343
Merge branch 'ds/push-sparse-tree-walk'
by Junio C Hamano
· 6 years ago
f1f5de4
revision: add mark_tree_uninteresting_sparse
by Derrick Stolee
· 6 years ago
6e5be1f
Merge branch 'md/exclude-promisor-objects-fix-cleanup'
by Junio C Hamano
· 6 years ago
bbcde41
revision.c: put promisor option in specialized struct
by Matthew DeVore
· 6 years ago
62ca33e
Merge branch 'ds/reachable-topo-order'
by Junio C Hamano
· 6 years ago
a29b8bc
Merge branch 'md/exclude-promisor-objects-fix'
by Junio C Hamano
· 6 years ago
b454241
revision.c: generation-based topo-order algorithm
by Derrick Stolee
· 6 years ago
f0d9cc4
revision.c: begin refactoring --topo-order logic
by Derrick Stolee
· 6 years ago
77d5037
Merge branch 'md/filter-trees'
by Junio C Hamano
· 6 years ago
669b1d2
exclude-promisor-objects: declare when option is allowed
by Matthew DeVore
· 6 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
· 6 years ago
99c9aa9
revision: mark non-user-given objects instead
by Matthew DeVore
· 6 years ago
7c0fe33
rev-list: handle missing tree objects properly
by Matthew DeVore
· 6 years ago
b3c7eef
revision.c: reduce implicit dependency the_repository
by Nguyễn Thái Ngọc Duy
· 7 years ago
2abf350
revision.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
881c019
Merge branch 'es/format-patch-rangediff'
by Junio C Hamano
· 7 years ago
688cb1c
Merge branch 'es/format-patch-interdiff'
by Junio C Hamano
· 7 years ago
8b6f607
Merge branch 'jk/rev-list-stdin-noop-is-ok'
by Junio C Hamano
· 7 years ago
a12cbe2
rev-list: make empty --stdin not an error
by Jeff King
· 7 years ago
5ade034
Merge branch 'en/incl-forward-decl'
by Junio C Hamano
· 7 years ago
ef3ca95
Add missing includes and forward declarations
by Elijah Newren
· 7 years ago
4ee9968
format-patch: teach --range-diff to respect -v/--reroll-count
by Eric Sunshine
· 7 years ago
31e2617
format-patch: add --range-diff option to embed diff in cover letter
by Eric Sunshine
· 7 years ago
5cf00cb
Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediff
by Junio C Hamano
· 7 years ago
d16ec9c
revision.h: drop extern from function declaration
by Nguyễn Thái Ngọc Duy
· 7 years ago
8fa8a4f
Merge branch 'jt/partial-clone-fsck-connectivity'
by Junio C Hamano
· 7 years ago
5ac290f
format-patch: teach --interdiff to respect -v/--reroll-count
by Eric Sunshine
· 7 years ago
126facf
format-patch: add --interdiff option to embed diff in cover letter
by Eric Sunshine
· 7 years ago
a0c9016
upload-pack: send refs' objects despite "filter"
by Jonathan Tan
· 7 years ago
87be252
revision.c: use commit-slab for show_source
by Nguyễn Thái Ngọc Duy
· 7 years ago
e33c332
Merge branch 'jk/cached-commit-buffer'
by Junio C Hamano
· 7 years ago
f74bbc8
revision: drop --show-all option
by Jeff King
· 7 years ago
e17cec2
Merge branch 'rs/lose-leak-pending' into maint
by Junio C Hamano
· 7 years ago
f3d618d
Merge branch 'jh/fsck-promisors'
by Junio C Hamano
· 7 years ago
0bbab7d
Merge branch 'rs/lose-leak-pending'
by Junio C Hamano
· 7 years ago
556de1a
Merge branch 'sb/describe-blob'
by Junio C Hamano
· 7 years ago
f1230fb
revision: remove the unused flag leak_pending
by René Scharfe
· 7 years ago
cf39471
format: create pretty.h file
by Olga Telezhnaya
· 7 years ago
df11e19
rev-list: support termination at promisor objects
by Jonathan Tan
· 7 years ago
ce5b6f9
revision.h: introduce blob/tree walking in order of the commits
by Stefan Beller
· 7 years ago
69c54c7
Merge branch 'ma/leakplugs'
by Junio C Hamano
· 7 years ago
b2ccdf7
leak_pending: use `object_array_clear()`, not `free()`
by Martin Ågren
· 8 years ago
ff9445b
revision.h: new flag in struct rev_info wrt. worktree-related refs
by Nguyễn Thái Ngọc Duy
· 8 years ago
7ba8262
revision: add rev_input_given flag
by Jeff King
· 8 years ago
e77d58a
Merge branch 'sg/revision-parser-skip-prefix'
by Junio C Hamano
· 8 years ago
e35b6ac
revision.h: turn rev_info.early_output back into an unsigned int
by SZEDER Gábor
· 8 years ago
6b526ce
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
a58a1b0
revision: rename add_pending_sha1 to add_pending_oid
by brian m. carlson
· 8 years ago
dddbad7
timestamp_t: a new data type for timestamps
by Johannes Schindelin
· 8 years ago
3bf7d37
Merge branch 'rs/path-name-safety-cleanup'
by Junio C Hamano
· 8 years ago
ba6746c
revision: remove declaration of path_name()
by René Scharfe
· 8 years ago
cafef3d
Merge branch 'lt/pretty-expand-tabs'
by Junio C Hamano
· 9 years ago
0893eec
pretty: enable --expand-tabs by default for selected pretty formats
by Junio C Hamano
· 9 years ago
7cc13c7
pretty: expand tabs in indented logs to make things line up properly
by Linus Torvalds
· 9 years ago
2824e18
list-objects: pass full pathname to callbacks
by Jeff King
· 9 years ago
dc06dc8
list-objects: drop name_path entirely
by Jeff King
· 9 years ago
f3badae
list-objects: convert name_path to a strbuf
by Jeff King
· 9 years ago
de1e67d
list-objects: pass full pathname to callbacks
by Jeff King
· 9 years ago
bd64516
list-objects: drop name_path entirely
by Jeff King
· 9 years ago
13528ab
list-objects: convert name_path to a strbuf
by Jeff King
· 9 years ago
3a30aa1
format-patch: add an option to suppress commit hash
by brian m. carlson
· 9 years ago
a5481a6
convert "enum date_mode" into a struct
by Jeff King
· 10 years ago
c985aaf
Merge branch 'jc/unused-symbols'
by Junio C Hamano
· 10 years ago
1ba6e86
Merge branch 'cj/log-invert-grep'
by Junio C Hamano
· 10 years ago
0131c49
revision.c: make save_parents() and free_saved_parents() static
by Junio C Hamano
· 10 years ago
22dfa8a
log: teach --invert-grep option
by Christoph Junghans
· 10 years ago
1684c1b
rev-list: add an option to mark fewer edges as uninteresting
by brian m. carlson
· 10 years ago
d7702be
revision: remove definition of unused 'add_object' function
by Ramsay Jones
· 10 years ago
4fe1021
rev-list: add --indexed-objects option
by Jeff King
· 10 years ago
718ccc9
reachable: reuse revision.c "add all reflogs" code
by Jeff King
· 10 years ago
967f8c9
Merge branch 'jk/pack-bitmap'
by Junio C Hamano
· 11 years ago
2db1a43
add `ignore_missing_links` mode to revwalk
by Vicent Marti
· 11 years ago
b407d40
Merge branch 'nd/log-show-linear-break'
by Junio C Hamano
· 11 years ago
1b32dec
log: add --show-linear-break to help see non-linear history
by Nguyễn Thái Ngọc Duy
· 11 years ago
208acbf
object.h: centralize object flag allocation
by Nguyễn Thái Ngọc Duy
· 11 years ago
0f9e62e
Merge branch 'jk/pack-bitmap'
by Junio C Hamano
· 11 years ago
10167eb
Merge branch 'jc/ref-excludes'
by Junio C Hamano
· 11 years ago
ff32d34
rev-list --exclude: export add/clear-ref-exclusion and ref-excluded API
by Junio C Hamano
· 11 years ago
19ecb56
revision: add missing include
by Felipe Contreras
· 11 years ago
a330de3
revision: allow setting custom limiter function
by Vicent Marti
· 11 years ago
e7b432c
revision: introduce --exclude=<glob> to tame wildcards
by Junio C Hamano
· 12 years ago
53d00b3
log: use true parents for diff even when rewriting
by Thomas Rast
· 12 years ago
a908047
teach format-patch to place other authors into in-body "From"
by Jeff King
· 12 years ago
534f0e0
Merge branch 'jc/topo-author-date-sort'
by Junio C Hamano
· 12 years ago
ede63a1
Merge branch 'mh/reflife'
by Junio C Hamano
· 12 years ago
b27a79d
Merge branch 'kb/full-history-compute-treesame-carefully-2'
by Junio C Hamano
· 12 years ago
08f704f
toposort: rename "lifo" field
by Junio C Hamano
· 12 years ago
ed73fe5
Merge branch 'tr/line-log'
by Junio C Hamano
· 12 years ago
Next »